|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectga.view.streaming.showroom.ShowRoomFactory
public class ShowRoomFactory
A factory for creating ShowRoom objects.
| Field Summary | |
|---|---|
private com.jme3.asset.AssetManager |
assetManager
|
private com.jme3.system.AppSettings |
settings
|
private ShowRoomSettings |
showRoomSettings
|
private ShowRoom |
template
|
| Constructor Summary | |
|---|---|
ShowRoomFactory(com.jme3.asset.AssetManager assetManager,
com.jme3.system.AppSettings settings,
ShowRoomSettings showRoomSettings)
Instantiates a new show room factory. |
|
| Method Summary | |
|---|---|
ShowRoom |
createShowRoom()
Creates a new ShowRoom object by cloning the template. |
ShowRoom |
createShowRoom(boolean initNew)
Creates a new ShowRoom object. |
private void |
initShowRoom()
Inits the show room. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final com.jme3.asset.AssetManager assetManager
private final com.jme3.system.AppSettings settings
private final ShowRoomSettings showRoomSettings
private ShowRoom template
| Constructor Detail |
|---|
public ShowRoomFactory(com.jme3.asset.AssetManager assetManager,
com.jme3.system.AppSettings settings,
ShowRoomSettings showRoomSettings)
assetManager - the asset managersettings - the settingsshowRoomSettings - the show room settings| Method Detail |
|---|
private void initShowRoom()
public ShowRoom createShowRoom()
public ShowRoom createShowRoom(boolean initNew)
initNew - init new or clone the template
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||